const net/http.http2ClientPreface

3 uses

	net/http (current package)
		h2_bundle.go#L3365: 	http2ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
		h2_bundle.go#L3384: 	http2clientPreface = []byte(http2ClientPreface)
		h2_bundle.go#L4879: 		buf := make([]byte, len(http2ClientPreface))